home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / B-C / Berkeley-yacc-mpw / README < prev    next >
Encoding:
Text File  |  1991-10-14  |  1.1 KB  |  25 lines  |  [TEXT/MPS ]

  1.     Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been
  2. made as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept
  3. any input specification that conforms to the AT&T Yacc documentation.
  4. Specifications that take advantage of undocumented features of AT&T Yacc
  5. probably will be rejected.
  6.  
  7.     Berkeley Yacc is distributed with no warranty whatever.  Any program
  8. of this size is almost certain to contain errors.  Neither the author nor
  9. any contributor takes responsibility for any consequences of its use.
  10.  
  11.     Berkeley Yacc is in the public domain.  The data structures and
  12. algorithms used in Berkeley Yacc were either taken from documents
  13. available to the general public or were inventions of the author.
  14. Anyone may freely distribute source or binary forms of Berkeley Yacc
  15. whether unchanged or modified.  Distributors may charge whatever fees
  16. they can obtain for Berkeley Yacc.  Programs generated by Berkeley Yacc
  17. may be distributed freely.
  18.  
  19.     Please report bugs to
  20.  
  21.               corbett@berkeley.edu
  22.  
  23. Include a small example if possible.  Please include the banner string from
  24. skeleton.c with the bug report.  Do not expect rapid responses.
  25.